Xous API: Log
API calls to access the Xous logging service. Provides glue between the log
crate, the Xous kernel and the hardware.
Every process that relies on the logging service should call xous_api_log::init_wait()
before using any log
calls.
Below is a minimal example of how to use the logging service.
!